/* =====================================================
DESKTOP RESPONSIVE STYLES
Breakpoint: 1024px+ (laptops, desktops)
Extracted from catalog.html for Phase 3.2
===================================================== */

@media (min-width: 1024px) {
.brands-grid-container {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 769px) {
.categories-fab,
.categories-drawer {
    display: none !important;
}
}